Usage
## S3 method for class 'PerFit':
plot(x, type = "Density", both.scale = TRUE, cutoff = TRUE, method = "Quantile",
Qlvl = 0.05, Blvl = 0.05, Breps = 1000, UDlvl = NA,
Xlabel=NA,Xcex=1.5,title=NA,Tcex=1.5,...)
Arguments
x
Object of class "PerFit".
type
Type of plot: "Histogram"
, "Density"
(default), "Both"
.
both.scale
Logical: Should the y-axis be adjusted so that both the histogram and the density graphics are completely visible? Default is TRUE
.
cutoff
Logical: Should the estimated statistic cutoff be added to the plot? Default is TRUE
.
method
Method required to compute the cutoff score: "Quantile"
, "Bootstrap"
, "UserDefined"
. Default is "Quantile"
.
Qlvl
Quantile level (value between 0 and 1), only used when method="Quantile"
. Default is 0.05.
Blvl
Bootstrap level (value between 0 and 1), only used when method="Bootstrap"
. Default is 0.05.
Breps
Number of bootstrap resamples, only used when method="Bootstrap"
. Default is 1000.
UDlvl
User-defined level, only used when method="UserDefined"
.
Xlabel
Define label of x-axis, otherwise a default label is shown.
Xcex
Font size of the label of x-axis.
title
Define the title of the plot, otherwise a default title is shown.
Tcex
Font size of the title of the plot.
...
Extra graphical parameters to be passed to plot
.